![]() |
PATH![]() |
If you are asynchronously retrieving HTML information when creating an applet locator, you must pass a data structure that supplies a callback function. This data structure is defined by the JMAppletLocatorCallbacks data type.
struct JMAppletLocatorCallbacks {
UInt32 fVersion; /* set to kJMVersion */
JMFetchCompleted fCompleted; /* text has been retrieved */
};
typedef void (*JMFetchCompleted) (
JMAppletLocatorRef ref, JMLocatorErrors status);
MyFetchCompleted
.
Previous | Back Up One Level | Next |